home
***
CD-ROM
|
disk
|
other
***
search
/
SGI Hot Mix 8
/
Hot Mix 8.iso
/
.all
/
demos
/
Soft_Win
/
RemoveIt2
(
.txt
)
< prev
next >
Wrap
Text File
|
1994-06-22
|
756b
|
31 lines
#!/bin/sh
# removeit2
#
# Derived from: Template supplied by SGI for hot mix installation
# and the SoftPC version.
#
# Author: Anthony Shaughnessy
#
# Created on: 7th April 1994
#
# Sccs ID: @(#)removeit2.sh 1.4 4/19/94
#
# Coding Stds.: 2.0
#
# Purpose: To remove SoftWindows. This script is called from
# RemoveIt and is run in a window as root. It uses the
# RemoveIt3 script, which is a copy of the DeInstall.sw
# script supplied with the SoftWindows inst image. I
# don't want to rely on the DeInstall.sw which is
# installed in /usr/lib/SoftWindows, in case the user
# has gone in and removed that directory already. So
# I have my own copy.
cd /
$SOFTWINDIR/RemoveIt3
echo "Press <Enter> to close this window \c"
read ans
exit